Alex Kaplan
Alex Kaplan
@tsujigiri regarding including http_req, check out the discussion here https://github.com/extend/cowboy/issues/266 and https://github.com/extend/cowboy/issues/267
One of the reasons is because boss_test is not included in bossdb.. https://github.com/evanmiller/ChicagoBoss/blob/master/src/boss_test/boss_test.erl To kick off mock test, you can do ``` erlang boss_db_test_app:start([],[]). ``` IMHO, the reason there is...
@Simon-Stone the issues is that TGI's v1/chat/completions API responds with an object for arguments: ``` 'arguments': {'format': 'celsius', 'location': 'New York'}``` while OpenAI v1/chat/completions responds with a string for arguments:...