Skip to content

Commit

Permalink
Bug fix model redirection (#1148)
Browse files Browse the repository at this point in the history
Bug Fix - Model URL Redirection
  • Loading branch information
luciferlinx101 authored Aug 29, 2023
1 parent aa1146c commit 127cd49
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 127cd49

Please sign in to comment.