mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
Modify eval_mm for MiniCPM-o 2.6
This commit is contained in:
28
eval_mm/vlmevalkit/.env
Normal file
28
eval_mm/vlmevalkit/.env
Normal file
@@ -0,0 +1,28 @@
|
||||
# .env 文件,将其放置在 $VLMEvalKit 下
|
||||
# 专有 VLMs 的 API 密钥
|
||||
# QwenVL APIs
|
||||
DASHSCOPE_API_KEY=
|
||||
# Gemini w. Google Cloud Backends
|
||||
GOOGLE_API_KEY=
|
||||
# OpenAI API
|
||||
OPENAI_API_KEY=
|
||||
OPENAI_API_BASE=
|
||||
# StepAI API
|
||||
STEPAI_API_KEY=
|
||||
# REKA API
|
||||
REKA_API_KEY=
|
||||
# GLMV API
|
||||
GLMV_API_KEY=
|
||||
# CongRong API
|
||||
CW_API_BASE=
|
||||
CW_API_KEY=
|
||||
# SenseChat-V API
|
||||
SENSECHAT_AK=
|
||||
SENSECHAT_SK=
|
||||
# Hunyuan-Vision API
|
||||
HUNYUAN_SECRET_KEY=
|
||||
HUNYUAN_SECRET_ID=
|
||||
# LMDeploy API
|
||||
LMDEPLOY_API_BASE=
|
||||
# 你可以设置一个评估时代理,评估阶段产生的 API 调用将通过这个代理进行
|
||||
EVAL_PROXY=
|
||||
Reference in New Issue
Block a user