transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
MIT License
16.07k stars 2.11k forks source link

feat(cli): add base url option #641

Closed xiaodong2008 closed 1 month ago

xiaodong2008 commented 3 months ago

User may need to edit apiBaseUrl to use their service provider.

apiBaseUrl has already been defined in ChatGPTAPI but not in the command line option.

New option: --host <host>

transitive-bullshit commented 1 month ago

Thanks!