Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
BaiFu
2025-12-11 17:13:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-12-11 17:13:50 +0800
Commit
7e7d176735a5c64f0960a5053d4f6bb08c948807
7e7d1767
1 parent
59e940b3
Update README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
7e7d176
...
...
@@ -576,10 +576,10 @@ SENTIMENT_CONFIG = {
>from openai import OpenAI
>
>client = OpenAI(api_key="your_api_key",
> base_url="https://a
pi.siliconflow.cn
/v1")
> base_url="https://a
ihubmix.com
/v1")
>
>response = client.chat.completions.create(
> model="
Qwen/Qwen2.5-72B-Instruct
",
> model="
gpt-4o-mini
",
> messages=[
> {'role': 'user',
> 'content': "推理模型会给市场带来哪些新的机会"}
...
...
Please
register
or
login
to post a comment