jproman's picture
bug fix
094a0cb
raw
history blame
237 Bytes
baseApiUrl = "https://agents-course-unit4-scoring.hf.space"
questionsUrl = f"{baseApiUrl}/questions"
submitUrl = f"{baseApiUrl}/submit"
runLocal = False
localModel = "llama3.2"
hfMoldel = "(tbd)"
logLevel = 'DEBUG'
logFile = 'log.txt'