We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58dfe84 + 37e4e09 commit a1b0c92Copy full SHA for a1b0c92
README.md
@@ -87,6 +87,13 @@ def main():
87
model_parameters = pf.prompts.get_parameters(
88
"1212121",
89
variables={"hello": "world"},
90
+ append_messages=[{
91
+ "role": "user",
92
+ "content": [{
93
+ "type": "TEXT",
94
+ "text": "What is the weather in Seattle, WA?",
95
+ }],
96
97
)
98
99
# Check if provider is OpenAI
@@ -137,6 +144,13 @@ def main():
137
144
138
145
139
146
147
148
149
150
151
152
153
140
154
141
155
142
156
# Check if provider is Anthropic
0 commit comments