Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mylinde committed May 5, 2024
1 parent eebdfef commit 435b869
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion client/js/provider-sort.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const providerDisplayNameMapping = {
'g4f.Provider.Auto': 'Auto',
'g4f.Provider.Liaobots': 'Liaobots',
'g4f.Provider.HuggingFace': 'HuggingFace'

};

document.addEventListener('DOMContentLoaded', (event) => {
Expand Down
3 changes: 1 addition & 2 deletions g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,7 @@ class ModelUtils:
'lzlv-70b': lzlv_70b,
'airoboros-70b': airoboros_70b,
'openchat_3.5': openchat_35,
'phi-3-mini': phi_3_mini,

'phi-3-mini': phi_3_mini,
}

_all_models = list(ModelUtils.convert.keys())

0 comments on commit 435b869

Please sign in to comment.