Spaces:
Sleeping
Sleeping
Dy
commited on
Commit
•
e70ca6d
1
Parent(s):
05ebd1d
Update app.py
Browse files
app.py
CHANGED
@@ -135,6 +135,7 @@ def get_taxanomy_from_url(url):
|
|
135 |
Do not provide extra information. Directly output the python dictionary only.
|
136 |
Do not insert any string before or after the python dictionary.
|
137 |
Do not say "Here is"
|
|
|
138 |
Output python dictionary only.
|
139 |
'''
|
140 |
encoding = tiktoken.encoding_for_model("gpt-4")
|
|
|
135 |
Do not provide extra information. Directly output the python dictionary only.
|
136 |
Do not insert any string before or after the python dictionary.
|
137 |
Do not say "Here is"
|
138 |
+
Do not say "As an AI model"
|
139 |
Output python dictionary only.
|
140 |
'''
|
141 |
encoding = tiktoken.encoding_for_model("gpt-4")
|