jproman's picture
Refactor to use langchain
522e6c3
raw
history blame contribute delete
475 Bytes
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'