hegelai / prompttools

Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
http://prompttools.readthedocs.io
Apache License 2.0
2.56k stars 216 forks source link

Improve link sharing #66

Open steventkrawczyk opened 11 months ago

steventkrawczyk commented 11 months ago

🚀 The feature

Today, we only support link sharing for 1 instruction and 1 prompt, and we don't capture configuration like temperature and other variables.

First, we should support capturing configuration. Then, we should support multiple prompts and instructions.

We need to be mindful of the total size of the URL, and look for alternatives if it gets too long.

Motivation, pitch

Link sharing supports collaboration and helps more folks use the prompttools playground.

Alternatives

No response

Additional context

No response