Spaces:
Sleeping
Sleeping
On essaie un autre modèle
Browse files- 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="
|
| 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']
|