You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
files-to-prompt llm -e py -c | llm -m o1-preview "Implement asynchronous support for embedding models, inspired by how asynchronous support for regular models work. You'll need to build a new base class for these that shares some implementation with llm.models.EmbeddingModel - plus build a get_async_embedding_model() and _models and suchlike, plus implement async embeddings in the OpenAI example plugin using the async versio of client.embeddings.create. Output just the files that need changes plus new tests." -u
That prompt:
Implement asynchronous support for embedding models, inspired by how asynchronous support for regular models work. You'll need to build a new base class for these that shares some implementation with llm.models.EmbeddingModel - plus build a get_async_embedding_model() and _models and suchlike, plus implement async embeddings in the OpenAI example plugin using the async versio of client.embeddings.create. Output just the files that need changes plus new tests.
Split from:
The text was updated successfully, but these errors were encountered: