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
马一丁
2025-12-11 23:43:50 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2025-12-11 23:43:50 +0800
Commit
1082cab0d0aed4b23c1a4563e138fa14e20bf14f
1082cab0
2 parents
14c01524
7e7d1767
Merge pull request #484 from 666ghj/main
Update README
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
1082cab
...
...
@@ -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