Skip to content

POOLSIDE_STANDALONE_MODEL not working #41

Description

@creepscope

pool --version = 1.0.16
trying to add a OpenAI-Compatible endpoint which is hosting laguna-s-2-1.
Terminal Command I run:

POOLSIDE_STANDALONE_BASE_URL="https://openai.###.###/v1" \
POOLSIDE_API_KEY="sk-############" \
POOLSIDE_STANDALONE_MODEL="poolside/laguna-s-2-1" \
POOLSIDE_STANDALONE_CONTEXT_LENGTH=200000 \
pool

It just opens with the BASE_URL above listed as the agent server but then model is listed as * and I get the error:

• Worked for 1s
• Error during ACP method session/prompt
  ⎿ 400 Bad Request: /chat/completions: Invalid model name passed in model=*. Call `/v1/models` to view available models for your key.
• Run /logs to save debug logs, or /feedback to report a bug on GitHub.

I have also tried passing the model with "pool -m laguna-s-2-1" but it just says model not found in the pool client.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions