ehristoforu commited on
Commit
d33cdc5
Β·
1 Parent(s): b7d59f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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 = "openskyml/pigeon-llm"
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 [**PigeonLLM**](https://huggingface.co/openskyml/pigeon-llm).
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