Commit graph

299 commits

Author SHA1 Message Date
648df5a0b2 embed videos like a damn pro! 2025-06-20 17:13:32 -04:00
8011649abc fix all the o1-o4 models
modified:   app.py
2025-06-01 23:28:05 -04:00
b65fd58285 nothing lasts but nothing is lost.
Goodbye Naptha.

	modified:   README.rst
	modified:   vars.sh.sample
2025-05-23 10:29:42 -04:00
85bbac74f2
Merge pull request #11 from russellballestrini/battleship
prompt engineering research/activity29-battleship.yaml
2025-04-24 12:59:34 -04:00
Russell Ballestrini
8cee47fcc9 modified: research/activity29-battleship.yaml 2025-04-23 16:17:05 -04:00
Russell Ballestrini
0e59d29dd7 modified: models.py 2025-04-23 16:06:40 -04:00
Russell Ballestrini
c7278e07a7 modified: vars.sh.sample 2025-03-11 22:14:17 -04:00
54223fc4bb
Merge pull request #10 from russellballestrini/dynamic-models
dynamic models for all the platforms!
2025-03-11 22:02:53 -04:00
Russell Ballestrini
3b463f41ea modified: requirements.txt 2025-03-11 21:18:52 -04:00
Russell Ballestrini
9bfd1c9b5a dynamic models for all the platforms!
modified:   .gitignore
	modified:   README.rst
	modified:   app.py
	modified:   templates/base.html
	modified:   templates/chat.html
	new file:   vars.sh.sample
2025-03-11 21:15:13 -04:00
00eba1b150 gemini is actually tested and working
modified:   app.py
	new file:   models.py
2025-02-23 17:11:00 -05:00
2cd434c291
Update app.py 2025-02-16 15:56:32 -05:00
b6b4067134
Update README.rst 2025-02-16 15:54:51 -05:00
7d1b22d564
Merge pull request #9 from russellballestrini/all-the-models
dynamically register models to endpoints
2025-02-10 17:08:11 -05:00
44170459fe dynamically register models to endpoints
modified:   app.py
2025-02-10 16:46:02 -05:00
8fd77088e6
Update README.rst
export VLLM_ENDPOINT2=https://naptha2.ai.unturf.com/v1
    export VLLM_ENDPOINT3=https://naptha3.ai.unturf.com/v1
2025-02-10 13:11:47 -05:00
a1e523e183
Merge pull request #8 from russellballestrini/mistral-ai-upgrades
Mistral ai upgrades
2025-02-08 16:32:22 -05:00
381588d6bc mistral upgrades
modified:   README.rst
	modified:   app.py
	modified:   templates/base.html
	modified:   templates/chat.html
2025-02-08 16:03:22 -05:00
0250bf77b1
mistral ai upgrades 2025-02-08 15:48:23 -05:00
748649d98a o3-mini and hermes 8b 8fp!
modified:   README.rst
	modified:   app.py
	modified:   templates/base.html
	modified:   templates/chat.html
2025-02-01 15:58:01 -05:00
adc202125e free endpoints for open public domain ai
modified:   README.rst
2025-01-25 14:40:14 -05:00
0492d5b329 r1 llm support:
modified:   README.rst
	modified:   app.py
	modified:   templates/base.html
	modified:   templates/chat.html
2025-01-25 14:37:26 -05:00
06d5167628 make port configurable for demo2.opencompletion.com 2025-01-25 07:46:11 -05:00
2e7fd18ba1 more openai models
modified:   README.rst
	modified:   app.py
	modified:   templates/base.html
	modified:   templates/chat.html
2024-12-31 12:18:03 -05:00
91d6192192 bunch more models.
modified:   app.py
	modified:   templates/base.html
	modified:   templates/chat.html
2024-12-09 18:25:37 -05:00
9c44b23758 f 2024-12-07 10:51:08 -05:00
8743464747 modified: README.rst 2024-12-07 10:47:48 -05:00
Russell Ballestrini
2449703489 modified: templates/chat.html 2024-12-06 16:09:05 -05:00
8b90bc6485 sync up mobile and desktop drop downs and user lists!
modified:   templates/base.html
	modified:   templates/chat.html
2024-11-24 17:35:54 -05:00
b01311a825 inactive uesrs now collected.
modified:   app.py
	new file:   migrations/versions/5d93cdf18549_room_inactive_users_column.py
	modified:   templates/base.html
	modified:   templates/chat.html
2024-11-24 14:16:25 -05:00
96c10fc6d6 announce when a username leaves the room.
modified:   app.py
	modified:   templates/chat.html
2024-11-24 13:32:08 -05:00
c937c7b2c3
Merge pull request #7 from russellballestrini/user-list
create grid column for room user list
2024-11-23 12:18:17 -05:00
5fa37da991 sort active users, validate models and voices, fix room links
modified:   app.py
	modified:   templates/base.html
	modified:   templates/chat.html
2024-11-23 12:04:48 -05:00
0f82305087 feature complete. "sorry for the convenience"
modified:   app.py
	new file:   migrations/versions/1ac5a8e0f577_user_session_table.py
2024-11-23 11:32:49 -05:00
6f1c7def7b new file: migrations/versions/38a330686a17_room_active_users.py 2024-11-23 10:46:15 -05:00
fab40ba60d w00t! active user list working, now we need disconnect to remove logic.
modified:   app.py
	modified:   templates/chat.html
2024-11-23 10:31:38 -05:00
f9f7da6ffc incremental progress
modified:   app.py
	modified:   templates/chat.html
2024-11-23 09:39:39 -05:00
3b3714f527 Fix defect with TTS after stream.
modified:   app.py
	modified:   templates/chat.html
2024-11-23 08:34:23 -05:00
d99ab35a71 Muhahahaa utility belt!
modified:   templates/chat.html
2024-11-23 07:38:20 -05:00
c2dcb6c4bf more html for the new utility belt
u are batman now.

	modified:   templates/base.html
	modified:   templates/chat.html
2024-11-23 07:30:25 -05:00
54fe4139a0 create grid column for room user list
modified:   templates/base.html
	modified:   templates/chat.html
2024-11-23 07:02:24 -05:00
46d760cdf5
Merge pull request #6 from russellballestrini/ollama-hermes
ollama Hermes
2024-11-22 14:18:56 -05:00
Russell Ballestrini
185ebbcb59 ollama Hermes
ollama run hf.co/NousResearch/Hermes-3-Llama-3.1-8B-GGUF:Q8_0

	modified:   README.rst
	modified:   app.py
2024-11-22 14:15:44 -05:00
db8749a2df
Merge pull request #5 from russellballestrini/gemini-1.5-002
google gemini has entered the chat.
2024-11-21 10:40:49 -05:00
c8ffe15e66 fix all openai_client.chat calls to have n=1 for google api
modified:   app.py
2024-11-21 10:33:32 -05:00
b0aee48352 google gemini has entered the chat.
modified:   README.rst
	modified:   app.py
2024-11-21 10:16:46 -05:00
717a98ac03
Merge pull request #4 from russellballestrini/grok-beta
grok-beta
2024-11-21 09:07:11 -05:00
d316831a45 grok-beta
modified:   README.rst
	modified:   app.py
2024-11-21 08:57:29 -05:00
1dc5e4a531 modified: templates/base.html 2024-11-16 15:35:55 -05:00
f18d81e1ea better for mobile
modified:   templates/base.html
2024-11-16 10:17:56 -05:00