我本地部署好的DeepSeek如何生成API_key #685
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#685
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
请问各位老师,假如我本地部署好了DeepSeek大模型,现在我想要生成key给别人使用该如何做呢?
最简单的方式是通过dify、fastgpt作为代理,这些工具有生成key的功能;也可以通过fastapi编写代码来创建一个中间层服务来处理 API Key 认证和请求转发。