File size: 475 Bytes
05919ff
 
 
f013b22
 
522e6c3
 
 
f013b22
 
 
1
2
3
4
5
6
7
8
9
10
11

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

hfMoldel = "microsoft/Phi-4-reasoning-plus" # "meta-llama/Llama-3.3-70B-Instruct"
wikipediaSearchURL = 'https://en.wikipedia.org/w/api.php?action=query&prop=extracts&origin=*&format=json&generator=search&gsrnamespace=0&gsrlimit=1&gsrsearch='
wikipediaRetrieveURL = 'https://en.wikipedia.org/wiki/'

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