jproman's picture
Testing HF InterfaceClient
61dcba5
raw
history blame
224 Bytes
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'