You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In haystack, i used
generator = OpenAIGenerator(
api_key=Secret.from_env_var("OCTOAI_TOKEN"),
api_base_url="https://text.octoai.run/v1",
model="mixtral-8x22b-instruct",
generation_kwargs = {"max_tokens": 512}
)
It makes JSON format, but it appends some text behind. How to work arround it
The text was updated successfully, but these errors were encountered:
Hi there,
In haystack, i used
generator = OpenAIGenerator(
api_key=Secret.from_env_var("OCTOAI_TOKEN"),
api_base_url="https://text.octoai.run/v1",
model="mixtral-8x22b-instruct",
generation_kwargs = {"max_tokens": 512}
)
It makes JSON format, but it appends some text behind. How to work arround it
The text was updated successfully, but these errors were encountered: