This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
As I said in the title, I forked guidance and added llama-cpp-python support.
Here is the result of the RPG Character example with Manticore-13B:
The following is a character profile for an RPG game in JSON format.
```json
{
"id": "e1f491f7-7ab8-4dac-8c20-c92b5e7d883d",
"description": "A quick and nimble fighter.",
"name": "Katana",
"age": 26,
"armor": "leather",
"weapon": "sword",
"class": "fighter",
"mantra": "I am the sword of justice.",
"strength": 10,
"items": ["a katana", "a leather jacket", "a backpack", "traveler's rations", "water bottle"]
}```
Here is the fork:
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/LocalLLaMA/...