We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547a652 commit e800225Copy full SHA for e800225
apps/backend/app/agent/providers/huggingface.py
@@ -10,7 +10,7 @@
10
11
12
class HuggingFaceProvider(Provider):
13
- def __init__(self, model_name: str = "mistralai/Mistral-7B-Instruct-v0.3"):
+ def __init__(self, model_name: str = "microsoft/Phi-3-mini-4k-instruct"):
14
self._model_name = model_name
15
self._api_key = os.getenv("HF_API_KEY")
16
if not self._api_key:
0 commit comments