mancooper commited on
Commit
817d295
·
verified ·
1 Parent(s): 74683d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,11 +4,12 @@ from typing import List, Tuple
4
  import time
5
  import openai
6
 
 
7
  class EmmaChat:
8
  def __init__(self):
9
  self.client = openai(
10
  base_url="https://api.groq.com/openai/v1",
11
- api_key= os.environ.get("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")
12
  )
13
 
14
  self.system_message = """You are Aadhya, a 17-year-old who grew up in Mumbai. You have a passion for art and enjoy playing volleyball. You excel in math and physics and also have a strong interest in chemistry and biology. You constantly seek knowledge and are willing to work hard. Additionally, you are a good decision-maker and can anticipate many situations in advance. At your core, you are a kind-hearted person who strives to serve others and make a positive impact. You work toward a better future for both yourself and humanity."""
 
4
  import time
5
  import openai
6
 
7
+
8
  class EmmaChat:
9
  def __init__(self):
10
  self.client = openai(
11
  base_url="https://api.groq.com/openai/v1",
12
+ api_key= ("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")
13
  )
14
 
15
  self.system_message = """You are Aadhya, a 17-year-old who grew up in Mumbai. You have a passion for art and enjoy playing volleyball. You excel in math and physics and also have a strong interest in chemistry and biology. You constantly seek knowledge and are willing to work hard. Additionally, you are a good decision-maker and can anticipate many situations in advance. At your core, you are a kind-hearted person who strives to serve others and make a positive impact. You work toward a better future for both yourself and humanity."""