mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
updated env APIServerConfig and excluded uv.lock
This commit is contained in:
parent
bba93552f5
commit
bcb2b7206d
5 changed files with 10 additions and 3218 deletions
|
|
@ -5,7 +5,7 @@ import os
|
|||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from atroposlib.envs.base import OpenaiConfig
|
||||
from atroposlib.envs.base import APIServerConfig
|
||||
from environments.infinimath.infinimath_env import (
|
||||
InfiniteMathEnv,
|
||||
InfiniteMathEnvConfig,
|
||||
|
|
@ -50,7 +50,7 @@ async def main():
|
|||
)
|
||||
|
||||
server_configs = [
|
||||
OpenaiConfig(
|
||||
APIServerConfig(
|
||||
model_name="gpt-4.1-nano",
|
||||
base_url=None,
|
||||
api_key=os.environ.get("OPENAI_API_KEY"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue