What is the name of the modal you’re running?
llama-3-8b-instruct
What is the issue or error you’re encountering
I am suddenly getting an empty response from AI worker which has worked flawlessly so far
What steps have you taken to resolve the issue?
I changed the request and managed to get at least some information from the worker but he does not want to fulfill my request anymore
What are the steps to reproduce the issue?
I am sending the following request to the worker:
{“messages”:[{“role”:“system”,“content”:“You are a helpful assistant extracting keywords from news article in Slovak language into JSON array containing only fields: team, player, league. Do not include any other text in your response other than JSON.”},{“role”:“user”,“content”:“Nič nie je stratené. Slovenský bek bojuje o NHL: Boli zo mňa príjemne prekvapení. V závere sezóny 2022/23 pribudol medzi hráčmi NHL aj slovenský obranca Samuel Kňažko, ktorý si pripísal 2 štarty v drese Columbusu Blue Jackets.”}]}
When it worked, it used to give me back this response:
{“response”:“{“team”: “Columbus Blue Jackets”, “player”: “Samuel Kňažko”, “league”: “NHL”}”}