Skip to content

Commit

Permalink
import correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer authored Dec 7, 2023
1 parent 218f948 commit d74d95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/open-llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ the API endpoint of your deployed model via the `base_url` parameter of the
`XinferenceConversation` class. For instance:

```python
from biochatter.llm_connect import GenericOpenAIConversation
from biochatter.llm_connect import XinferenceConversation

conversation = XinferenceConversation(
base_url="http://llm.biocypher.org",
Expand All @@ -90,4 +90,4 @@ response, token_usage, correction = conversation.query("Hello world!")
We maintain a public API endpoint of an xinference instance at
`https://llm.biocypher.org/v1`. Please note that this is a testing endpoint that
may be subject to rapid changes or downtimes. It usually runs one conversational
and one embedding model.
and one embedding model.

0 comments on commit d74d95d

Please sign in to comment.