Tonic commited on
Commit
a0cdedc
·
1 Parent(s): d0c84a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -7,9 +7,9 @@ from gradio_client import Client
7
 
8
 
9
 
10
- title = "# Welcome to 🙋🏻‍♂️Tonic's🕵🏻‍♂️Bulbi🪴Plant👩🏻‍⚕️Doctor!"
11
- description = """Here you can use Bulbi - an OpenAI agent that helps you save your plants!
12
- OpenAI doesnt let you use Agents without paying for it, so I made you an interface you can use for free !
13
  ### How to use:
14
  - Introduce your🌵plant below.
15
  - Be as🌿descriptive as possible.
@@ -93,7 +93,7 @@ def ask_openai(question, start_new_thread=True, selected_thread_id=None):
93
  final_result = gradio_client.predict(
94
  response_text,
95
  "I am Tulu, an Expert Plant Doctor, I will exactly summarize the information you provide to me.",
96
- 1300, 0.4, 0.9, 0.9, False, fn_index=0
97
  )
98
 
99
  return final_result
 
7
 
8
 
9
 
10
+ title = "# Welcome to 🙋🏻‍♂️Tonic's🕵🏻‍♂️Tulu🪴Plant👩🏻‍⚕️Doctor!"
11
+ description = """Here you can use Bulbi - an OpenAI agent that helps you save your plants with [Allen-AI](https://huggingface.co/allenai/tulu-2-dpo-70b) [allenai/tulu-2-dpo-13b](https://huggingface.co/allenai/tulu-2-dpo-13b)
12
+ Use [Tulu](https://huggingface.co/allenai/tulu-2-dpo-7b) to fix your plants!
13
  ### How to use:
14
  - Introduce your🌵plant below.
15
  - Be as🌿descriptive as possible.
 
93
  final_result = gradio_client.predict(
94
  response_text,
95
  "I am Tulu, an Expert Plant Doctor, I will exactly summarize the information you provide to me.",
96
+ 800, 0.4, 0.9, 0.9, False, fn_index=0
97
  )
98
 
99
  return final_result