Open saleh-mir opened 10 months ago
If the API is exactly the same, you can use the OpenAI API Example in the readme, just substituting the endpoint with your localhost one (i.e. http://localhost:1337/v1/chat/completions). You can leave the API key field blank.
I recently came across this library called Jan.ai, which allows you to run offline models such as Mistral Instruct, which is really powerful. Apparently, this tool has the same API as OpenAI.
Is it possible to use it with this extension for Raycast? If so, is there any resources I could read about this? And if you need my help, please do tell.
This is an example of how I can access the model using their API which is the same as OpenAI's:
Reply: