monarch-initiative / ontogpt

LLM-based ontological extraction tools, including SPIRES
https://monarch-initiative.github.io/ontogpt/
BSD 3-Clause "New" or "Revised" License
548 stars 68 forks source link

Update options for embedding models #379

Closed caufieldjh closed 1 month ago

caufieldjh commented 1 month ago

The text-embedding-ada-002 embedding model isn't the only option provided by OpenAI - see https://platform.openai.com/docs/models/embeddings

Passing the newer embedding models by name doesn't quite work as the CLI incorrectly parses them as completion models.