RKP64 commited on
Commit
ec43f9b
1 Parent(s): d4403b8

Upload config.py

Browse files
Files changed (1) hide show
  1. config.py +13 -0
config.py ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ OPENAI_API_KEY = "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"
2
+ ELEVEN_LABS_API_KEY = "04101ad6c1932587a810aba6d0be2f6c"
3
+
4
+ ADVISOR_IMAGE_WIDTH = 360
5
+ ADVISOR_IMAGE_HEIGHT = 360
6
+
7
+ # ADVISOR_IMAGE = "images/samantha.png"
8
+ # ADVISOR_VOICE_ID = "voice_id_from_eleven_labs_here"
9
+ # ADVISOR_CUSTOM_PROMPT = "Answer in the style of Samantha, a friendly female assistant."
10
+
11
+ ADVISOR_IMAGE = "images/Sunil Mittal.png"
12
+ ADVISOR_VOICE_ID = "4mQBdWrNc3Xr4WDEXPxI"
13
+ ADVISOR_CUSTOM_PROMPT = "Your answer should be in sunil mittal voice should be in bulleted format."