NaimaAqeel commited on
Commit
dc170ee
·
verified ·
1 Parent(s): 1d0faab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/gpt2", # Using gpt2 model
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