petercat-ai / petercat

A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories
https://petercat.ai
MIT License
618 stars 18 forks source link

feat: add OPENAI_BASE_URL envs #390

Closed RaoHai closed 2 months ago

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 2:53pm
petercat-assistant[bot] commented 2 months ago

Walkthrough

This pull request introduces the OPENAI_BASE_URL environment variable, allowing users to specify a base URL for API requests. This is particularly useful for those using a proxy or service emulator.

Changes

File Summary
.github/workflows/aws-preview.yml, .github/workflows/aws-prod.yml Added OPENAI_BASE_URL environment variable to the workflow configurations.
README.en-US.md, README.ja-JP.md, README.md Updated documentation to include the OPENAI_BASE_URL environment variable.
template.yml Added OPENAI_BASE_URL parameter and updated descriptions for various parameters.
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

RaoHai commented 2 months ago

+close https://github.com/petercat-ai/petercat/issues/385