mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Fix typo envrion -> environ (#6585)
This commit is contained in:
parent
206af31d7c
commit
5ae415e87d
@ -177,7 +177,7 @@ from langchain.schema import AIMessage, HumanMessage
|
||||
import openai
|
||||
import gradio as gr
|
||||
|
||||
os.envrion["OPENAI_API_KEY"] = "sk-..." # Replace with your key
|
||||
os.environ["OPENAI_API_KEY"] = "sk-..." # Replace with your key
|
||||
|
||||
llm = ChatOpenAI(temperature=1.0, model='gpt-3.5-turbo-0613')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user