Closed tazztone closed 1 month ago
i want help u debug, but i didnt have enought Credit on openai... Usage limits
--------------- https://platform.openai.com/docs/api-reference/chat/create
temperature number or null
Optional Defaults to 1 What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
We generally recommend altering this or top_p but not both.
top_p number or null
Optional Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.
We generally recommend altering this or temperature but not both.
i didnt have enought Credit on openai.
try https://console.groq.com/keys
it it free and has openAI compatible api key
just put:
URL: https://api.groq.com/openai/v1
MODEL: llama-3.1-8b-instant
or llama-3.1-70b-versatile
works again. thanks very much!
Hi. i think your google API update broke openAI API ? it was working before the update a few days ago.
setup
error:
terminal:
thank you :) cheers.