POOLSIDE_STANDALONE_MODEL not working

Open
#41 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
67/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Domain
api, cli

Research direction

Reproduce the issue with the supplied POOLSIDE_STANDALONE_* environment variables and the pool command, then trace how the standalone model value is passed to the agent server. Compare that path with pool -m laguna-s-2-1; done means the configured model is sent instead of * and the compatible endpoint accepts the prompt.

Written by the indexing model from the issue text.

Description

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.

Dominant language
No language data
Stars
426
Forks
25
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from poolsideai/pool

All issues in poolsideai/pool

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.