Skip to content

Commit

Permalink
Merge pull request #1897 from anth-volk/fix/1896-update-ai-text
Browse files Browse the repository at this point in the history
Update AI text
  • Loading branch information
MaxGhenis authored Jun 26, 2024
2 parents 22fa28c + 4c10987 commit fdcd833
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/policy/output/Analysis.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default function Analysis(props) {
const [loading, setLoading] = useState(false);
const [hasClickedGenerate, setHasClickedGenerate] = useState(false);

//const openai = new OpenAIApi(configuration);
const [showPrompt, setShowPrompt] = useState(false);
const lines = prompt.split("\n");

Expand Down Expand Up @@ -195,8 +194,8 @@ export default function Analysis(props) {
<h2>Analysis</h2>
<p>
<a href="/us/research/gpt-analysis">
Read more about PolicyEn e&apos;s automatic GPT4-powered policy
analysis.
Read more about PolicyEngine&apos;s AI policy analysis, powered by
Claude 3.5 Sonnet.
</a>{" "}
Generation usually takes around 60 seconds. Please verify any results of
this experimental feature against our charts.
Expand Down

0 comments on commit fdcd833

Please sign in to comment.