File size: 224 Bytes
05919ff
 
 
f013b22
 
61dcba5
f013b22
 
 
1
2
3
4
5
6
7
8
9

baseApiUrl = "https://agents-course-unit4-scoring.hf.space"
questionsUrl = f"{baseApiUrl}/questions"
submitUrl = f"{baseApiUrl}/submit"

hfMoldel = "meta-llama/Llama-3.3-70B-Instruct"

logLevel = 'DEBUG'
logFile = 'log.txt'