royjhan
royjhan
@JPMoresmau how are you calling v1/embeddings? I'm unable to reproduce the error, this code is working as expected ``` from openai import OpenAI client = OpenAI( base_url='http://localhost:11434/v1/', api_key='ollama' ) response...
OpenAI compatibility is the main focus on this front
@19h Refer to https://github.com/ollama/ollama/blob/main/server/routes.go#L1082 for all major compatible endpoints. Doc updates are around the corner
Apologies if I'm misunderstanding the issue! Reopened and will let someone else address it – thanks