Commit Graph

  • 3144e2a439 exponential back-off (#1484) Bruce MacDonald 2023-12-12 12:33:02 -05:00
  • c0960e29b5 retry on concurrent request failure (#1483) Bruce MacDonald 2023-12-12 12:14:35 -05:00
  • 5314fc9b63 Fix Readme "Database -> MindsDB" link (#1479) ruecat 2023-12-12 18:26:13 +03:00
  • a36b5fef3b Update README.md (#1412) Jorge Torres 2023-12-11 15:05:10 -08:00
  • 910e9401d0 Multimodal support (#1216) Patrick Devine 2023-12-11 13:56:22 -08:00
  • 56ffc3023a remove per-model types Michael Yang 2023-12-08 16:39:26 -08:00
  • 7a1b37ac64 os specific ctrl-z (#1420) Bruce MacDonald 2023-12-11 10:48:14 -05:00
  • 5d4d2e2c60 update docs with chat completion api Jeffrey Morgan 2023-12-10 13:53:36 -05:00
  • 7db5bcf73b fix go-staticcheck warning v0.1.14 Jeffrey Morgan 2023-12-10 11:44:27 -05:00
  • fa2f095bd9 fix model name returned by /api/generate being different than the model name provided Jeffrey Morgan 2023-12-10 11:42:15 -05:00
  • 045b855db9 fix error on accumulating final chat response Jeffrey Morgan 2023-12-10 11:24:39 -05:00
  • 32064a0646 fix empty response when receiving runner error Jeffrey Morgan 2023-12-10 10:53:38 -05:00
  • d9a250e9b5 seek to end of file when decoding older model formats Jeffrey Morgan 2023-12-09 21:14:35 -05:00
  • 944519ed16 seek to eof for older model binaries Jeffrey Morgan 2023-12-09 20:48:57 -05:00
  • 2dd040d04c do not use --parallel 2 for old runners Jeffrey Morgan 2023-12-09 20:17:33 -05:00
  • bbe41ce41a fix: parallel queueing race condition caused silent failure (#1445) Bruce MacDonald 2023-12-09 14:14:02 -05:00
  • 9e1406e4ed Don't expose model information in /api/generate Jeffrey Morgan 2023-12-09 02:05:43 -08:00
  • b74580c913 Update api.md Jeffrey Morgan 2023-12-08 16:02:07 -08:00
  • 7e9405fd07 fix: encode full previous prompt in context (#1424) Bruce MacDonald 2023-12-08 16:53:51 -05:00
  • 3b0b8930d4 fix: only flush template in chat when current role encountered (#1426) Bruce MacDonald 2023-12-08 16:44:24 -05:00
  • e3f925fc1b fix: restore modelfile system in prompt template (#1425) Bruce MacDonald 2023-12-08 14:20:19 -05:00
  • 2a2289fb6b Update api.md Jeffrey Morgan 2023-12-08 09:36:45 -08:00
  • dd427f499a Merge pull request #1419 from jmorganca/mattw/typescript-simplechat Matt Williams 2023-12-07 14:42:24 -08:00
  • 2ae573c7ed Merge pull request #1421 from jmorganca/mxyng/fix-newline Michael Yang 2023-12-07 13:47:23 -08:00
  • 02fe26c44b update the readme as per bruce Matt Williams 2023-12-07 13:46:30 -08:00
  • 16c7548460 fix redundant newline Michael Yang 2023-12-07 13:44:45 -08:00
  • fa75998c0d Update examples/typescript-simplechat/readme.md Matt Williams 2023-12-07 13:40:54 -08:00
  • 5344f886c8 Update examples/typescript-simplechat/client.ts Matt Williams 2023-12-07 13:40:37 -08:00
  • 6cc823c9b5 Update examples/typescript-simplechat/client.ts Matt Williams 2023-12-07 13:39:59 -08:00
  • b84d34e632 Update examples/typescript-simplechat/readme.md Matt Williams 2023-12-07 13:39:33 -08:00
  • 30229a913c Update examples/typescript-simplechat/client.ts Matt Williams 2023-12-07 13:39:24 -08:00
  • 1ade380bd7 Simple chat example for typescript Matt Williams 2023-12-07 11:48:25 -08:00
  • ba264e9da8 add future version note to chat api docs Jeffrey Morgan 2023-12-07 09:41:56 -08:00
  • a2405ec831 Merge pull request #1409 from jmorganca/mattw/python-simplechat Matt Williams 2023-12-06 15:49:45 -08:00
  • ce809bb529 Merge branch 'mattw/python-simplechat' of github.com:jmorganca/ollama into mattw/python-simplechat Matt Williams 2023-12-06 15:48:42 -08:00
  • 76bc4d0458 Cleanup as per Bruce Matt Williams 2023-12-06 15:44:40 -08:00
  • 4a02945a15 Update examples/python-simplechat/client.py Bruce MacDonald 2023-12-06 18:36:45 -05:00
  • aec742b6d2 Update examples/python-simplechat/readme.md Matt Williams 2023-12-06 15:30:45 -08:00
  • f337642e94 Update examples/python-simplechat/readme.md Matt Williams 2023-12-06 15:30:35 -08:00
  • 51131cc6e2 Update examples/python-simplechat/client.py Matt Williams 2023-12-06 15:30:10 -08:00
  • 43027789dc Simple chat example Matt Williams 2023-12-06 14:35:58 -08:00
  • f9b7d65e2b docs/tutorials: add bit on how to use Fly GPUs on-demand with Ollama (#1406) Xe Iaso 2023-12-06 17:14:02 -05:00
  • 1f05d77110 Merge pull request #1244 from jmorganca/brucemacd/no-fail-template Michael Yang 2023-12-06 13:23:04 -08:00
  • c3ff36088b Merge pull request #774 from jmorganca/mxyng/server-version Michael Yang 2023-12-06 13:22:55 -08:00
  • 13524b5e72 List "Send chat messages" in table of contents (#1399) Samuel Calderon 2023-12-06 15:34:27 -05:00
  • f1b049fed8 Merge pull request #1377 from jmorganca/mxyng/qwen Michael Yang 2023-12-06 12:31:51 -08:00
  • 97c5696945 fix base urls in chat examples Jeffrey Morgan 2023-12-06 12:10:20 -08:00
  • 47d4e22673 use missingkey in set empty interface when missing Bruce MacDonald 2023-11-22 14:46:49 -05:00
  • 32f62fbb8e Merge pull request #1334 from jmorganca/mxyng/load-projectors Michael Yang 2023-12-05 14:40:53 -08:00
  • 5d75505ebd return model configuration in generate Michael Yang 2023-12-01 11:37:17 -08:00
  • b9495ea162 load projectors Michael Yang 2023-11-30 10:30:23 -08:00
  • 409bb9674e Merge pull request #1308 from jmorganca/mxyng/split-from Michael Yang 2023-12-05 14:33:03 -08:00
  • d3479c07a1 Merge pull request #1250 from jmorganca/mxyng/create-layer Michael Yang 2023-12-05 14:32:52 -08:00
  • b12f1b984f Merge pull request #1393 from jmorganca/mxyng/fix-whitespace Michael Yang 2023-12-05 12:18:01 -08:00
  • 195e3d9dbd chat api endpoint (#1392) Bruce MacDonald 2023-12-05 14:57:33 -05:00
  • 38fe1a368b fix: trim space in modelfile fields Michael Yang 2023-12-05 11:57:21 -08:00
  • 4b77fcb2b9 comments Michael Yang 2023-12-01 12:10:27 -08:00
  • cde13bcdea cmd: only print server version when different Michael Yang 2023-10-16 09:57:19 -07:00
  • 0f0cd265a7 cmd: add server version Michael Yang 2023-11-22 09:41:02 -08:00
  • 0db4706ec2 api: add version api handler Michael Yang 2023-11-22 09:41:44 -08:00
  • 1ebdbd9694 server: add version handler Michael Yang 2023-10-12 15:45:07 -07:00
  • 5c59455b59 cmd: use existing cmd context Michael Yang 2023-10-12 15:56:40 -07:00
  • 00d06619a1 Revert "chat api (#991)" while context variable is fixed Jeffrey Morgan 2023-12-04 21:16:27 -08:00
  • f1ef3f9947 remove mention of gpt-neox in import (#1381) Matt Williams 2023-12-04 20:58:10 -08:00
  • 5a5dca13b2 comments Michael Yang 2023-11-29 10:54:23 -08:00
  • 72e7a49aa9 seek instead of copyn Michael Yang 2023-11-29 10:31:58 -08:00
  • 998f1785b6 add modelfamilies Michael Yang 2023-11-29 11:11:42 -08:00
  • 2cb0fa7d40 split from into one or more models Michael Yang 2023-11-24 11:57:20 -08:00
  • 7232f1fa41 go mod tidy Michael Yang 2023-11-22 15:52:23 -08:00
  • a3737cbd33 use NewLayer for CreateBlobHandler Michael Yang 2023-11-24 12:01:23 -08:00
  • 70a93057cd refactor layer creation Michael Yang 2023-11-22 13:28:49 -08:00
  • b2816bca67 unnecessary ReadSeeker for DecodeGGML Michael Yang 2023-11-22 12:31:07 -08:00
  • bf704423c5 revert cli to use /api/generate (#1383) Patrick Devine 2023-12-04 16:35:29 -08:00
  • 7a0899d62d chat api (#991) Bruce MacDonald 2023-12-04 18:01:06 -05:00
  • 0cca1486dd Merge pull request #1376 from jmorganca/mxyng/rocky-install Michael Yang 2023-12-04 14:23:43 -08:00
  • 2113c9d31a make linewrap still work when the terminal width has changed (#1350) Patrick Devine 2023-12-04 14:14:56 -08:00
  • 6deebf2489 update for qwen Michael Yang 2023-12-04 11:28:11 -08:00
  • 95cb38ae47 install: fix rocky kernel packages Michael Yang 2023-12-01 16:18:21 -08:00
  • 1f126afb2d Ollama Telegram Bot (#1364) ruecat 2023-12-03 22:19:55 +03:00
  • f6201a7a6c remove duplicate community integration in README.md Jeffrey Morgan 2023-12-02 21:18:13 -08:00
  • b3f6c6598f Merge pull request #1349 from jmorganca/mxyng/ctrl-z Michael Yang 2023-12-01 16:21:49 -08:00
  • 88620e983a handle ctrl+z Michael Yang 2023-12-01 16:04:09 -08:00
  • cedae0d17a Merge pull request #1347 from jshph/adapter-hash v0.1.13 Michael Yang 2023-12-01 11:08:25 -08:00
  • bb80a597db Fix adapter loading from SHA hash Joshua Pham 2023-12-01 13:50:55 -05:00
  • 6681d37861 allow setting the system and template for prompts in the repl (#1335) Patrick Devine 2023-12-01 09:28:35 -08:00
  • 0409c1fa59 docker: set PATH, LD_LIBRARY_PATH, and capabilities (#1336) Michael Yang 2023-11-30 21:16:56 -08:00
  • b56e92470a Merge pull request #1229 from jmorganca/mxyng/calculate-as-you-go Michael Yang 2023-11-30 10:54:38 -08:00
  • 5687f1a0cf fix unexpected end of response errors when cancelling in ollama run Jeffrey Morgan 2023-11-30 00:30:16 -05:00
  • 7eda3d0c55 Corrected transposed 129 to 192 for OLLAMA_ORIGINS example (#1325) James Radtke 2023-11-29 22:44:17 -05:00
  • 7194a07d4d Add chatd to example projects Bruce MacDonald 2023-11-29 21:18:21 -05:00
  • 13efd5f218 upload: fix PUT retry Michael Yang 2023-11-29 15:18:53 -08:00
  • c4bdfffd96 upload: separate progress tracking Michael Yang 2023-11-29 15:04:23 -08:00
  • 26c63418e0 new hasher Michael Yang 2023-11-29 14:52:12 -08:00
  • 2799784ac8 revert checksum calculation to calculate-as-you-go Michael Yang 2023-11-21 12:12:04 -08:00
  • 91897a606f Add OllamaEmbeddings to python LangChain example (#994) Alec Hammond 2023-11-29 14:25:39 -07:00
  • 96122b7271 validate model tags on copy (#1323) Bruce MacDonald 2023-11-29 15:54:29 -05:00
  • 39be7fdb98 fix rhel cuda install (#1321) jeremiahbuckley 2023-11-29 14:55:15 -05:00
  • c2e3b89176 fix: disable ':' in tag names (#1280) Timothy Jaeryang Baek 2023-11-29 13:33:45 -05:00
  • cde31cb220 Allow setting parameters in the REPL (#1294) Patrick Devine 2023-11-29 09:56:42 -08:00
  • 63097607b2 Correct MacOS Host port example (#1301) ToasterUwU 2023-11-29 17:44:03 +01:00