Skip to content

Commit

Permalink
finish link to azure model
Browse files Browse the repository at this point in the history
  • Loading branch information
eddie32 committed Sep 8, 2024
1 parent e49e1ec commit d21a934
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@
- https://github.com/DjangoPeng/GitHubSentinel
- https://github.com/DjangoPeng/GitHubSentinel/tree/v0.0.1

## API文档

- `python main.py`
- 启动后访问localhost:5010即可

## 大模型API实验

`

`



1 change: 0 additions & 1 deletion framework/inori_llm_core/language_model/gpt4_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def __init__(self, api_key: str, model: str = "gpt-4", *args, **kwargs):
top_p=0.7,
frequency_penalty=0,
presence_penalty=0.7,
user="senseauto-hiphop",
response_format={
"type": "text",
}
Expand Down

0 comments on commit d21a934

Please sign in to comment.