GLECO commited on
Commit
8a34a81
·
1 Parent(s): db3122b

On essaie un autre modèle

Browse files
Files changed (1) hide show
  1. certificate_agent.py +1 -1
certificate_agent.py CHANGED
@@ -12,7 +12,7 @@ class GraphState(TypedDict):
12
  history: List
13
 
14
  llm = HuggingFaceEndpoint(
15
- repo_id="Qwen/Qwen2.5-72B-Instruct",
16
  task='text-generation',
17
  max_new_tokens=4096,
18
  huggingfacehub_api_token=os.environ['hf_token']
 
12
  history: List
13
 
14
  llm = HuggingFaceEndpoint(
15
+ repo_id="openai/gpt-oss-120b",
16
  task='text-generation',
17
  max_new_tokens=4096,
18
  huggingfacehub_api_token=os.environ['hf_token']