Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ if not api_token:
|
|
42 |
|
43 |
# Initialize the HuggingFace LLM
|
44 |
llm = HuggingFaceEndpoint(
|
45 |
-
endpoint_url="https://api-inference.huggingface.co/models/
|
46 |
model_kwargs={"api_key": api_token}
|
47 |
)
|
48 |
|
|
|
42 |
|
43 |
# Initialize the HuggingFace LLM
|
44 |
llm = HuggingFaceEndpoint(
|
45 |
+
endpoint_url="https://api-inference.huggingface.co/models/gpt-3.5-turbo",
|
46 |
model_kwargs={"api_key": api_token}
|
47 |
)
|
48 |
|