Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add groq models support #1734

Open
wants to merge 66 commits into
base: frontier
Choose a base branch
from

Conversation

jiangfy-ihep
Copy link
Contributor

this PR added support to several GROQ models (https://console.groq.com/docs/models) with the model names "groq-llama3-8b-8192", "groq-llama3-70b-8192", "groq-llama2-70b-4096", "groq-mixtral-8x7b-32768", "groq-gemma-7b-it".

modified: config.py
modified: request_llms/bridge_all.py
new file: request_llms/bridge_groq.py

binary-husky and others added 30 commits March 11, 2024 18:18
* 更新以支持零一万物模型

* 删除newbing

* 修改config

---------

Co-authored-by: binary-husky <qingxu.fu@outlook.com>
* haiku added

* 新增haiku,新增endpoint配置说明

* Haiku added

* 将说明同步至最新Endpoint

---------

Co-authored-by: binary-husky <qingxu.fu@outlook.com>
* private_upload目录下进行文件鉴权

* minor fastapi adjustment

* Add logging functionality to enable saving
conversation records

* waiting to fix username retrieve

* support 2rd web path

* allow accessing default user dir

---------

Co-authored-by: binary-husky <qingxu.fu@outlook.com>
* Update com_zhipuglm.py

# fix 用户在使用 zhipuai 界面时遇到了关于温度参数的非法参数错误
@binary-husky binary-husky changed the base branch from master to frontier April 25, 2024 16:11
@binary-husky
Copy link
Owner

I'm planning to merge them into frontier for next version 3.75

@binary-husky binary-husky deleted the branch binary-husky:frontier April 30, 2024 12:37
@binary-husky binary-husky reopened this Apr 30, 2024
Copy link

gitguardian bot commented Apr 30, 2024

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
7494415 Triggered Alibaba Cloud Keys cc170fd docker-compose.yml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants