mmullett commited on
Commit
b674973
·
verified ·
1 Parent(s): 597a99a

Update chaiT.py

Browse files
Files changed (1) hide show
  1. chaiT.py +1 -2
chaiT.py CHANGED
@@ -2,8 +2,7 @@ from openai import OpenAI
2
  import gradio
3
  import os
4
 
5
- api_key = os.getenv("OPENAI_API_KEY")
6
- client = OpenAI(api_key=api_key)
7
 
8
  messages = [{"role": "system", "content": "You are an expert in the assistance of guiding people to a better solution."}]
9
 
 
2
  import gradio
3
  import os
4
 
5
+ print(os.getenv("OPENAI_API_KEY"))
 
6
 
7
  messages = [{"role": "system", "content": "You are an expert in the assistance of guiding people to a better solution."}]
8