Skip to content

Commit

Permalink
Merge pull request #84 from smalltong02/Fine_tuning1.0.4
Browse files Browse the repository at this point in the history
support for gemini 2.0 flash
  • Loading branch information
smalltong02 authored Jan 5, 2025
2 parents 88dbf59 + cc74698 commit 2e8582e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion WebUI/configs/webuiconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"google-api": {
"modellist": [
"gemini-1.5-flash",
"gemini-1.5-pro-latest"
"gemini-1.5-pro-latest",
"gemini-2.0-flash-exp",
"gemini-exp-1206",
"gemini-2.0-flash-thinking-exp"
],
"baseurl": "",
"load_type": "cloud",
Expand Down
4 changes: 2 additions & 2 deletions requirements-macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ google-api-core==2.15.0
google-auth==2.25.2
google-auth-oauthlib==1.2.0
google-crc32c==1.5.0
google-generativeai==0.6.0
google-generativeai==0.8.3
googleapis-common-protos==1.62.0
google-cloud-speech==2.26.0
google-cloud-texttospeech==2.16.3
Expand All @@ -77,7 +77,7 @@ h11==0.14.0
hangul-romanize==0.1.0
httpcore==1.0.1
httpx==0.25.1
huggingface-hub==0.20.3
huggingface-hub==0.23.2
idna==3.4
ifaddr==0.2.0
importlib-metadata==6.8.0
Expand Down
4 changes: 2 additions & 2 deletions requirements-ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ gitdb==4.0.11
GitPython==3.1.40
GPUtil==1.4.0
greenlet==3.0.1
google-generativeai==0.6.0
google-generativeai==0.8.3
google-cloud-speech==2.26.0
google-cloud-texttospeech==2.16.3
h11==0.14.0
httpcore==1.0.1
httpx==0.25.1
huggingface-hub==0.20.3
huggingface-hub==0.23.2
idna==3.4
importlib-metadata==6.8.0
Jinja2==3.1.2
Expand Down
4 changes: 2 additions & 2 deletions requirements-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ gitdb==4.0.11
GitPython==3.1.40
GPUtil==1.4.0
greenlet==3.0.1
google-generativeai==0.6.0
google-generativeai==0.8.3
google-cloud-speech==2.26.0
google-cloud-texttospeech==2.16.3
h11==0.14.0
httpcore==1.0.1
httpx==0.25.1
huggingface-hub==0.20.3
huggingface-hub==0.23.2
idna==3.4
importlib-metadata==6.8.0
Jinja2==3.1.2
Expand Down

0 comments on commit 2e8582e

Please sign in to comment.