Skip to content

feat(core): support config VQA related model #1002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

EAGzzyCSL
Copy link
Collaborator

@EAGzzyCSL EAGzzyCSL commented Aug 6, 2025

Some new environment variables related to VQA will be defined.
There is the difference between new names and legacy names.

/**
 * proxy
 */
- MIDSCENE_OPENAI_SOCKS_PROXY
+ MIDSCENE_VQA_OPENAI_SOCKS_PROXY
- MIDSCENE_OPENAI_HTTP_PROXY
+ MIDSCENE_VQA_OPENAI_HTTP_PROXY
/**
 * OpenAI
 */
- OPENAI_BASE_URL
+ MIDSCENE_VQA_OPENAI_BASE_URL
- OPENAI_API_KEY
+ MIDSCENE_VQA_OPENAI_API_KEY
- MIDSCENE_OPENAI_INIT_CONFIG_JSON
+ MIDSCENE_VQA_OPENAI_INIT_CONFIG_JSON
/**
 * Azure
 */
- OPENAI_USE_AZURE
+ MIDSCENE_VQA_OPENAI_USE_AZURE
- MIDSCENE_USE_AZURE_OPENAI
+ MIDSCENE_VQA_USE_AZURE_OPENAI
- MIDSCENE_AZURE_OPENAI_SCOPE
+ MIDSCENE_VQA_AZURE_OPENAI_SCOPE
- AZURE_OPENAI_KEY
+ MIDSCENE_VQA_AZURE_OPENAI_KEY
- AZURE_OPENAI_ENDPOINT
+ MIDSCENE_VQA_AZURE_OPENAI_ENDPOINT
- AZURE_OPENAI_API_VERSION
+ MIDSCENE_VQA_AZURE_OPENAI_API_VERSION
- AZURE_OPENAI_DEPLOYMENT
+ MIDSCENE_VQA_AZURE_OPENAI_DEPLOYMENT
- MIDSCENE_AZURE_OPENAI_INIT_CONFIG_JSON
+ MIDSCENE_VQA_AZURE_OPENAI_INIT_CONFIG_JSON
/**
 * Anthropic
 */
- MIDSCENE_USE_ANTHROPIC_SDK
+ MIDSCENE_VQA_USE_ANTHROPIC_SDK
- ANTHROPIC_API_KEY
+ MIDSCENE_VQA_ANTHROPIC_API_KEY

Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for midscene ready!

Name Link
🔨 Latest commit ac93b25
🔍 Latest deploy log https://app.netlify.com/projects/midscene/deploys/68949cf48849de000813e897
😎 Deploy Preview https://deploy-preview-1002--midscene.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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

Successfully merging this pull request may close these issues.

1 participant