update to index desc
This commit is contained in:
parent
fd13c61a2a
commit
628b8ddd3b
18 changed files with 5 additions and 5 deletions
|
@ -173,10 +173,10 @@
|
|||
"it": "basabuuka, "
|
||||
},
|
||||
"index_disclaimer4": {
|
||||
"en": " if you have ideas or data to contribute!",
|
||||
"fr": " si vous avez des idées ou des données à nous contribuer!",
|
||||
"de": " wenn ihr mit Ideen oder Daten beitragen möchtet!",
|
||||
"it": " se hai delle idee o dei dati da contribuire!"
|
||||
"en": " if you have ideas or data to contribute! Special thanks also go to Kubus e.V., Netzwerk Leichter Leben and Sprungbrett Leichter Leben in Karlsruhe for making the initial Prototype possible.",
|
||||
"fr": " si vous avez des idées ou des données à nous contribuer! Un grand merci également à Kubus e.V., Netzwerk Leichter Leben et Sprungbrett Leichter Leben à Karlsruhe, qui ont rendu possible la première version du prototype.",
|
||||
"de": " wenn ihr mit Ideen oder Daten beitragen möchtet! Besonderer Dank geht auch an Kubus e.V., Netzwerk Leichtes Leben und Sprungbrett - Leichtes Leben in Karlsruhe, welche die erste Prototypversion ermöglicht haben.",
|
||||
"it": " se hai delle idee o dei dati da contribuire! Un ringraziamento speciale va anche a Kubus e.V., Netzwerk Leichter Leben e Sprungbrett Leichtes Leben a Karlsruhe, che hanno reso possibile la prima versione del prototipo."
|
||||
},
|
||||
|
||||
"index_bottom_docs": {
|
||||
|
|
|
@ -7,7 +7,7 @@ from ollama import AsyncClient
|
|||
|
||||
async def chat():
|
||||
message = {'role': 'user', 'content': 'Why is the sky blue?'}
|
||||
response = await AsyncClient(host='http://ollama:11434').chat(model='llama3.1', messages=[message])
|
||||
response = await AsyncClient(host='http://ollama:11434').chat(model='marco-o1', messages=[message])
|
||||
|
||||
asyncio.run(chat())
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue