Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ mydescription="""
|
|
| 19 |
<h3 align='center'>Which topic interests you : 🐶 🏃🏻♂️ 🌗 🍇 🌈 🍽️ 🏆 🚘 ✈️ 🩺 </h3>
|
| 20 |
<table width=100%>
|
| 21 |
<tr>
|
| 22 |
-
<th width=50% bgcolor="Moccasin">Ask your questions in
|
| 23 |
<th bgcolor="Khaki">Response from the OpenAI File-Search Assistant :</th>
|
| 24 |
</tr>
|
| 25 |
</table>
|
|
@@ -27,7 +27,7 @@ mydescription="""
|
|
| 27 |
|
| 28 |
myarticle ="""
|
| 29 |
<h3>Background :</h3>
|
| 30 |
-
<p>This HuggingFace Space demo was created by <a href="https://github.com/mbarnig">Marco Barnig</a>.As an artificial intelligence,
|
| 31 |
the <a href="https://platform.openai.com/docs/models">OpenAI model</a> gpt-4o-mini-2024-07-18 is used via API,
|
| 32 |
which can utilize up to 128,000 tokens as context, provide an answer to a question with a maximum of 16,384 tokens,
|
| 33 |
and process up to 200,000 tokens per minute (TPM). All english content from RTL.lu from the beginning up to September 2024 has been split into 16 JSON files
|
|
|
|
| 19 |
<h3 align='center'>Which topic interests you : 🐶 🏃🏻♂️ 🌗 🍇 🌈 🍽️ 🏆 🚘 ✈️ 🩺 </h3>
|
| 20 |
<table width=100%>
|
| 21 |
<tr>
|
| 22 |
+
<th width=50% bgcolor="Moccasin">Ask your questions in english or another language :</th>
|
| 23 |
<th bgcolor="Khaki">Response from the OpenAI File-Search Assistant :</th>
|
| 24 |
</tr>
|
| 25 |
</table>
|
|
|
|
| 27 |
|
| 28 |
myarticle ="""
|
| 29 |
<h3>Background :</h3>
|
| 30 |
+
<p>This HuggingFace Space demo was created by <a href="https://github.com/mbarnig">Marco Barnig</a>. As an artificial intelligence,
|
| 31 |
the <a href="https://platform.openai.com/docs/models">OpenAI model</a> gpt-4o-mini-2024-07-18 is used via API,
|
| 32 |
which can utilize up to 128,000 tokens as context, provide an answer to a question with a maximum of 16,384 tokens,
|
| 33 |
and process up to 200,000 tokens per minute (TPM). All english content from RTL.lu from the beginning up to September 2024 has been split into 16 JSON files
|