spring-projects / spring-ai

An Application Framework for AI Engineering

Home Page:https://docs.spring.io/spring-ai/reference/1.0-SNAPSHOT/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[OpenAI] Missing fields in API

ThomasVitale opened this issue · comments

The Chat API is missing these optional fields (https://platform.openai.com/docs/api-reference/chat):

  • logprobs
  • top_logprobs

The Embedding API is missing this optional field (https://platform.openai.com/docs/api-reference/embeddings):

  • dimensions