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

https://github.com/zkfmapf123/girlfriends-llm

girlfriends-llm
https://github.com/zkfmapf123/girlfriends-llm

Last synced: over 1 year ago
JSON representation

girlfriends-llm

Awesome Lists containing this project

README

          

# girlfriends-llm

## API Examples

```sh

## vacation register
curl -X POST -H"Content-type: application/json" \
-d'{"favorite_season": "winter", "hobbies": ["see japan animation","take a walk","shopping"], "budget":1000}' \
http://localhost:8080/vacation/create

## introduce vacation plan
curl -X GET -H"Content-type: application/json" \
http://localhost:8080/vacation/...

```

## Reference

- OpenAPI