Commit History

Fix JSON response parsing in ux_testing_fsm function to directly access the response object.
0e5d4ec

igiuseppe commited on

added ux_testing api
e79e607

igiuseppe commited on

Enhance answer generation by adding optional context parameter to relevant functions and update .gitignore to include test directory.
633edb2

igiuseppe commited on

using litellm - for now shuffle disabled
4bb354c

igiuseppe commited on

forced focus on questions in prompts
436adc8

igiuseppe commited on

temperature to 0.5 for answers
29ead85

igiuseppe commited on

now using 4.1mini with temperature 1
70f896f

igiuseppe commited on

fixed models and temp for prod
4de89c5

igiuseppe commited on

restored function for parameters generation - just for completeness
85aaefb

igiuseppe commited on

added possibility to ask questions in bulk - now default
96205bb

igiuseppe commited on

modified prompts for ask question and build personas - fixed temperature to 0 and model to 4.1 nano for testing
a7fab3f

igiuseppe commited on

modified persona generation logic: now fixed set of parameters
4934758

igiuseppe commited on

prompts in a separated file
de56645

igiuseppe commited on

explicit parameters in call_llm function
61cbe0d

igiuseppe commited on

fixed n of parameters
9ba1483

igiuseppe commited on

fix on split
7caf588

igiuseppe commited on

increased to 20 params per user
5002a55

igiuseppe commited on

added language in prompt for chat with persona
ca7243d

igiuseppe commited on

fix prompt report
0493d58

igiuseppe commited on

all questions and users go in parallel when asking questions
1ae0452

igiuseppe commited on

fixed call_llm and models in apis
fcd6884

igiuseppe commited on

cleaned code - improved response format - splitted generate users adding new api for parameters
066fafa

igiuseppe commited on

handling llm errors generate-users
8ba8fdf

igiuseppe commited on

added previous_users in generate_users
9ebf897

igiuseppe commited on

removed print in core
7849115

igiuseppe commited on

added guardrail prompt report chat
50a14be

igiuseppe commited on

added audience_name in the output of main api
536c044

igiuseppe commited on

added limits on users and questions
f4384d6

igiuseppe commited on

added chat_with_report and fixed generate_content
7b0cf58

igiuseppe commited on

added api chat-with-persona
c26abff

igiuseppe commited on

added new api re-generate
e77124a

igiuseppe commited on

updated prompts
9d4945e

igiuseppe commited on

divided code in files and working api
757671f

igiuseppe commited on