mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
docs(proxy_server.md): add docker image details to docs
This commit is contained in:
parent
24ea5e00b7
commit
ca7e2f6a05
2 changed files with 21 additions and 9 deletions
|
@ -7,14 +7,14 @@ load_dotenv()
|
|||
from importlib import resources
|
||||
import shutil, random
|
||||
list_of_messages = [
|
||||
"The thing I wish you improved is...:",
|
||||
"A feature I really want is...:",
|
||||
"The worst thing about this product is...:",
|
||||
"This product would be better if...:",
|
||||
"I don't like how this works...:",
|
||||
"It would help me if you could add...:",
|
||||
"This feature doesn't meet my needs because...:",
|
||||
"I get frustrated when the product...:",
|
||||
"'The thing I wish you improved is...'",
|
||||
"'A feature I really want is...'",
|
||||
"'The worst thing about this product is...'",
|
||||
"'This product would be better if...'",
|
||||
"'I don't like how this works...'",
|
||||
"'It would help me if you could add...'",
|
||||
"'This feature doesn't meet my needs because...'",
|
||||
"'I get frustrated when the product...'",
|
||||
]
|
||||
|
||||
def generate_feedback_box():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue