Commit graph

19 commits

Author SHA1 Message Date
63706a3c64 Updated the README, including the screenshot 2023-05-18 16:39:20 +02:00
43fbe364fb Added a profile file for the Vicuna model #5 2023-05-18 16:18:24 +02:00
7590c31f89 Made the frontend more flexible to also support other models than just Koala 2023-05-18 15:54:41 +02:00
c3fda61b21 Made the frontend more flexible to also support other models than just Koala 2023-05-18 15:34:34 +02:00
02a142012b Updated the screenshot in the README 2023-05-18 12:01:30 +02:00
718f483a75 Added more parameters to the sidebar: top_k, repeat_penalty, presence_penalty, frequency_penalty - fixes #3 2023-05-18 11:54:57 +02:00
924721863d
Merge pull request #2 from ChaoticByte/dependabot/pip/llama-cpp-python-server--0.1.50
Bump llama-cpp-python[server] from 0.1.48 to 0.1.50
2023-05-18 11:16:30 +02:00
19b6162b57 Minor style improvements and fixes 2023-05-18 10:32:31 +02:00
dependabot[bot]
0a11d89a73
Bump llama-cpp-python[server] from 0.1.48 to 0.1.50
Bumps [llama-cpp-python[server]](https://github.com/abetlen/llama-cpp-python) from 0.1.48 to 0.1.50.
- [Release notes](https://github.com/abetlen/llama-cpp-python/releases)
- [Commits](https://github.com/abetlen/llama-cpp-python/compare/v0.1.48...v0.1.50)

---
updated-dependencies:
- dependency-name: llama-cpp-python[server]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 15:04:03 +00:00
3ef9099407 Pinned all pip dependencies in requirements.txt and added dependabot configuration 2023-05-11 09:01:35 +02:00
7154fc276d Fixed #1 by changing import statement, using factory function, and pinning the llama-cpp-python to 0.1.48 2023-05-11 08:35:56 +02:00
b1da9fb0e9 Added the version of Python to the Dependencies section in the README 2023-04-30 20:43:36 +02:00
a03f51f921 Documented cli arguments and dependencies in the README 2023-04-30 19:36:46 +02:00
bfb8b6baf2 Auto-resize input field after a message was sent 2023-04-30 19:34:11 +02:00
cbdccf3b92 Added screenshot to README 2023-04-30 12:49:13 +02:00
aca00bd214 Added button to reset settings, disable also sidebar inputs/buttons while waiting for reply 2023-04-30 12:41:11 +02:00
1bd108b4cc Automatically scroll to bottom when a new message is added 2023-04-30 12:25:04 +02:00
cd6036eff4 Initial release 2023-04-30 12:16:48 +02:00
9e3f7b8a93
Initial commit 2023-04-30 12:02:27 +02:00