mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Update README.md
This commit is contained in:
parent
1c3b9f4c90
commit
2796b7db5f
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ These class-level variables in `BaseEnv` can be overridden in your subclass to c
|
|||
|
||||
* **`server_cls: Type[APIServer]`**:
|
||||
* Default: `APIServer`
|
||||
* Purpose: Specifies the class to be used for managing interactions with API servers (e.g., inference endpoints). Should mostly be used for developing addiitonal API interfaces, but if you need a nonstandard way of connecting with an existing API you can use this to easily slot in any modifications you need.
|
||||
* Purpose: Specifies the class to be used for managing interactions with API servers (e.g., inference endpoints). Should mostly be used for developing additional API interfaces, but if you need a nonstandard way of connecting with an existing API you can use this to easily slot in any modifications you need.
|
||||
|
||||
## Provided Functionality
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue