You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adr_agent=ADRAgent("./docs/adr", retrieval_model_name="codellama:34b", embedding_model_name="mistral") # Replace with your ADR directory path and preferred model
78
-
feature_request1="Implement put options pricing using Black-Scholes analytical formulas"
78
+
feature_request1="Implement put options pricing using Black-Scholes analytical formulas. I am only interested in the price."
79
79
feature_request2="Implement options pricing using Cox Ross Rubinstein Binomial Tree method."
80
80
feature_request3="Implement options pricing using Heston Model."
81
81
feature_request4="Implement interest rate forward pricing using discount curves."
0 commit comments