Spaces:
Paused
Paused
Commit
Β·
d33cdc5
1
Parent(s):
b7d59f8
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,7 @@ openai.api_base = os.environ.get("api_base_key")
|
|
9 |
openai.api_version = os.environ.get("api_version_key")
|
10 |
openai.api_key = os.environ.get("api_cpu_key")
|
11 |
|
12 |
-
model_input_id = "
|
13 |
-
model_gen_id = "tiiuae/falcon-40b-instruct"
|
14 |
model_output_id = "meta-llama/Llama-2-70b-chat-hf"
|
15 |
|
16 |
def gptresponse(message, history):
|
@@ -41,7 +40,7 @@ title = "π Chat with Pigeon"
|
|
41 |
|
42 |
description = \
|
43 |
"""
|
44 |
-
π¬ This space is powered by
|
45 |
|
46 |
π This space runs **very fast** even on **CPU**.
|
47 |
|
|
|
9 |
openai.api_version = os.environ.get("api_version_key")
|
10 |
openai.api_key = os.environ.get("api_cpu_key")
|
11 |
|
12 |
+
model_input_id = "tiiuae/falcon-40b-instruct"
|
|
|
13 |
model_output_id = "meta-llama/Llama-2-70b-chat-hf"
|
14 |
|
15 |
def gptresponse(message, history):
|
|
|
40 |
|
41 |
description = \
|
42 |
"""
|
43 |
+
π¬ This space is powered by **Huggingface Hosting**.
|
44 |
|
45 |
π This space runs **very fast** even on **CPU**.
|
46 |
|