Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog from main to dev #19

Merged
merged 2 commits into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { HarmBlockThreshold, HarmCategory } from "https://esm.run/@google/genera

const version = "0.1.1";


const safetySettings = [

{
Expand Down
8 changes: 5 additions & 3 deletions zodiac.html
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,11 @@ <h1>Edit Personality</h1>

<div id="whats-new">
<h1 id="header-version">What's New in </h1>
<li id="changelog">

</li>
<ul id="changelog">
<li>Initial alpha release</li>
<li>Added version badge</li>
<li>Added importing and exporting</li>
</ul>
</div>
</div>

Expand Down