pvanand commited on
Commit
4209060
1 Parent(s): 9822d5a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +8 -0
main.py CHANGED
@@ -53,6 +53,14 @@ prompt_system["online"] = """You are an expert AI who can create a detailed stru
53
 
54
  prompt_system["offline"] = """You are an expert AI who can create detailed answers. Your response should be properly formatted and well readable using markdown formatting."""
55
 
 
 
 
 
 
 
 
 
56
  # sys_prompts = {
57
  # "offline": {
58
  # "Chat": "You are an expert AI, complete the given task. Do not add any additional comments.",
 
53
 
54
  prompt_system["offline"] = """You are an expert AI who can create detailed answers. Your response should be properly formatted and well readable using markdown formatting."""
55
 
56
+ TOGETHER_API_KEY = os.getenv('TOGETHER_API_KEY')
57
+ BRAVE_API_KEY = os.getenv('BRAVE_API_KEY')
58
+ GROQ_API_KEY = os.getenv("GROQ_API_KEY")
59
+ HELICON_API_KEY = os.getenv("HELICON_API_KEY")
60
+ SUPABASE_USER = os.environ['SUPABASE_USER']
61
+ SUPABASE_PASSWORD = os.environ['SUPABASE_PASSWORD']
62
+ OPENROUTER_API_KEY = os.environ['OPENROUTER_API_KEY']
63
+
64
  # sys_prompts = {
65
  # "offline": {
66
  # "Chat": "You are an expert AI, complete the given task. Do not add any additional comments.",