CannaTech commited on
Commit
d812f9f
·
1 Parent(s): b91fdf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import openai
2
  import gradio as gr
3
  import os
4
 
5
- openai.api_key = os.environ["OPENAI_API_KEY"]
6
 
7
  messages = [{"role": "system", "content": "You are an expert in Technical Support and Customer Service that specializes in New Mexico Cannabis Regulatory Compliance and training people how to use software called BioTrack"}]
8
 
 
2
  import gradio as gr
3
  import os
4
 
5
+ openai.api_key = os.environ["openai_api_key"]
6
 
7
  messages = [{"role": "system", "content": "You are an expert in Technical Support and Customer Service that specializes in New Mexico Cannabis Regulatory Compliance and training people how to use software called BioTrack"}]
8