An open API service indexing awesome lists of open source software.

https://github.com/ging-dev/qwenlm-client-php


https://github.com/ging-dev/qwenlm-client-php

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

```php
chat()->create([
'model' => 'qwen-max-latest',
'messages' => [
['role' => 'user', 'content' => 'Who is Yugi?', 'chat_type' => 'search'],
]
]);
```