Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
beautiful-code
/
ai_workflows
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/1
ai_workflows
/
llms
/
gpt.py
theRealNG
migrate back to openai with gpt3.5
9eb0b4e
almost 2 years ago
raw
Copy download link
history
blame
Safe
98 Bytes
from
langchain_openai
import
ChatOpenAI
llm = ChatOpenAI(model=
"gpt-3.5-turbo"
, temperature=
0.5
)