Commit graph

95 commits

Author SHA1 Message Date
1f188e3ceb Naive regex replacement, needs examining for correctness
Some checks failed
ci/woodpecker/push/author-tests/1 Pipeline failed
ci/woodpecker/push/author-tests/4 Pipeline failed
ci/woodpecker/push/author-tests/2 Pipeline failed
ci/woodpecker/push/author-tests/3 Pipeline failed
2024-12-18 11:11:10 -05:00
502433f9a1 beginning rename of things
Some checks failed
ci/woodpecker/push/author-tests/1 Pipeline failed
ci/woodpecker/push/author-tests/2 Pipeline failed
ci/woodpecker/push/author-tests/3 Pipeline failed
ci/woodpecker/push/author-tests/4 Pipeline failed
2024-12-18 11:07:10 -05:00
e47e503698 New API design works! 2024-03-06 15:47:17 -05:00
4811272f5e Ok so it now runs, but doesnt exit the test 2024-03-06 15:29:30 -05:00
a6fd7dc043 More cleanup but not working quite there 2024-03-06 15:06:59 -05:00
afdb8bd5c9 syntax fixes, big errors still 2024-03-06 15:01:37 -05:00
f54d3a89e6 Change full parameters of API and first try at tests 2024-03-06 14:58:38 -05:00
213278513b base classes modified, completely new api here and change the handle => to use method names and avoid a useless coderef 2024-03-05 09:33:22 -05:00
8f33acb3b9 Server side of this new api setup 2024-03-04 13:43:00 -05:00
5651230712 Proper serialization happening now 2024-02-11 13:36:20 -05:00
78184a015b Many things better now, just needs to do some other stuff 2024-01-26 18:48:43 -05:00
75a359bd6d Fix url for chat completions, update tests a bit more 2024-01-26 18:33:49 -05:00
70f9db502d more progress, some known encoding/decoding bugs still, working on it 2024-01-13 09:31:49 -05:00
d3b801b5f4 Starting of test of server stuff, async methods using pre-release patch for F:AA 2024-01-09 13:21:58 -05:00
30cb348269 serves things up sort of 2024-01-07 10:03:53 -05:00
b36235801b Some debugging, more working
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2024-01-04 12:44:14 -05:00
70d23486b6 listen starts now, still bugs 2024-01-04 12:31:25 -05:00
276248d5dd Couple of bugs found in Object::Pad and Future::AsyncAwait. see the role changes going on here for what i have to do right now but will report these upstream later.
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2024-01-04 12:05:59 -05:00
f5be4d9e53 More stuff implemented, and also found a client bug
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2024-01-04 11:27:45 -05:00
26f5e15da8 Final conversion
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2024-01-01 11:33:50 -05:00
8c9fe2e808 More conversions
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2024-01-01 11:28:32 -05:00
8addb512f2 Fixup audio api stuff, use new version of OP
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2024-01-01 11:06:09 -05:00
cb19e8f166 Upgrade OP version, so we can use apply/inherit 2024-01-01 11:01:49 -05:00
ccafe0deae More image work here
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2024-01-01 10:56:51 -05:00
1e9a5b1fe2 server side audio apis
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2024-01-01 10:24:20 -05:00
3430f315cf More moderation stuff for server, also fix model list function
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-31 19:00:18 -05:00
bf4f20792e Moderation api types
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-31 18:58:23 -05:00
4145bc6a63 all existing tests seem to pass, all linting passes now too. need to run with live tests and also write server tests
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-31 17:57:12 -05:00
fe7fe7fd2e and this one too
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-31 17:55:49 -05:00
a438985ea6 rename this for perlcritic 2023-12-31 17:54:58 -05:00
dadb53dc81 All syntax fixes done, and known warnings
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-31 17:54:28 -05:00
4cb031b94b Client basic tests working again, author tests not
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-31 17:34:47 -05:00
574ac17d07 Getting there
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-31 17:30:31 -05:00
1bfa640af2 try to migrate to new ->_encode() method
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-31 17:27:45 -05:00
fa8829f7f6 More types, now have requests for audio data, which needs a new encoding setup for www-form-encoded stuff. need to change client code slightly to handle this
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-31 17:20:25 -05:00
b8f46b0192 More apis in the new format
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-30 16:36:31 -05:00
1cc1e3aa4e Switch to new pattern, makes things easier to work with
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-30 16:22:54 -05:00
0570722dc5 More meta about the apis
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-30 14:46:18 -05:00
c0272d0f44 Working towards a new design here, makes things easier and saner later
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-30 14:38:22 -05:00
3a6e18d204 Add file requests
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-28 15:59:27 -05:00
97f88ecdb0 Structure is there, fixed a few design things i made along the way
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-28 13:31:45 -05:00
303b3cd37d Update docs and design a bit, I think most of the things needed are ready and now its just the boilerplate for the server
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-12-21 11:40:56 -05:00
68c7f96bf7 First design, already not good 2023-12-12 14:11:37 -05:00
635a8a9546 More pod docs
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-11-27 10:42:44 -05:00
f58a113242 Update some more docs
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-11-27 10:22:16 -05:00
c1a08eeb27 I need some tests for log probs to see how to do it properly
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-11-23 15:04:52 -05:00
950e83017a Finish off completions direct modules
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-11-23 14:51:54 -05:00
1304eb119f embedding is documented
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-11-23 14:45:16 -05:00
122c4fd5c4 Start of the result type docs
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-11-23 14:43:30 -05:00
68bfb84348 Some more prune file stuff to clean up the dist more
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
2023-11-23 09:30:23 -05:00