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

Bug fix model redirection #1148

Merged
merged 23 commits into from
Aug 29, 2023
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3f55790
Merge pull request #1072 from TransformerOptimus/dev
Tarraann Aug 17, 2023
7558711
fixing the toolkit config in iteration workflow
Aug 17, 2023
3d5c8fe
List File S3 (#1075)
luciferlinx101 Aug 17, 2023
9db16b3
frontend fixes (#1078)
Fluder-Paradyne Aug 18, 2023
10abe9e
fixed api_bug (#1081)
Aryan-Singh-14 Aug 18, 2023
303a65b
fix (#1085)
nihiragarwal24 Aug 18, 2023
5227806
api fix (#1086)
Fluder-Paradyne Aug 18, 2023
ccc108f
Added docs, video, new contributors (#1089)
Akki-jain Aug 18, 2023
c990e16
Toolmarketplace (#1098)
sayan1101 Aug 22, 2023
f558f09
schedule agent fix (#1105)
rounak610 Aug 23, 2023
9da77f1
partial revert 1105 (#1110)
Fluder-Paradyne Aug 24, 2023
65f3e53
Delay change (#1107)
luciferlinx101 Aug 24, 2023
dff037f
added expose 8001 (#1116)
Fluder-Paradyne Aug 24, 2023
447a250
Models Frontend Changes (#1119)
jedan2506 Aug 25, 2023
83d65b2
latest safetensors breaking in macs (#1135)
Fluder-Paradyne Aug 28, 2023
4ebac39
Bug Fix redirection
luciferlinx101 Aug 29, 2023
8f45d2a
Merge branch 'main' into bug-fix-model-redirection
luciferlinx101 Aug 29, 2023
0c3283e
Merge branch 'dev' of github.com:TransformerOptimus/SuperAGI into bug…
luciferlinx101 Aug 29, 2023
c74b6dc
Merge branch 'bug-fix-model-redirection' of github.com:TransformerOpt…
luciferlinx101 Aug 29, 2023
bbe1597
Bug Fix redirection
luciferlinx101 Aug 29, 2023
c50e2de
Update toolkit.py
luciferlinx101 Aug 29, 2023
c3b5b6d
Update toolkit.py
luciferlinx101 Aug 29, 2023
afa3c33
Update toolkit.py
Fluder-Paradyne Aug 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gui/pages/Content/Models/ModelForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {ToastContainer, toast} from 'react-toastify';

export default function ModelForm({internalId, getModels, sendModelData}){
const models = [{'provider':'OpenAI','link':'https://platform.openai.com/account/api-keys'},
{'provider':'Replicate','link':'https://huggingface.co/settings/tokens'},
{'provider':'Replicate','link':'https://replicate.com/account/api-tokens'},
{'provider':'Hugging Face','link':'https://huggingface.co/settings/tokens'},
{'provider':'Google Palm','link':'https://developers.generativeai.google/products/palm'}];
const [selectedModel, setSelectedModel] = useState('Select a Model');
Expand Down