Skip to content

Commit

Permalink
updates v
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke committed Mar 6, 2024
1 parent 5448123 commit 35f0f6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Ghosts.Api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"IsEnabled": true,
"IsMultiThreaded": true,
"IsInteracting": true,
"IsSendingTimelinesToGhostsApi": false,
"IsSendingTimelinesToGhostsApi": true,
"IsSendingTimelinesDirectToSocializer": true,
"PostUrl": "http://localhost:8000",
"PostUrl": "http://socializer.com",
"MaximumSteps": 100,
"TurnLength": 9000,
"TurnLength": 9000000,
"ContentEngine": {
"Source": "ollama",
"Host": "http://localhost:11434",
Expand Down
2 changes: 1 addition & 1 deletion src/Ghosts.Api/ghosts.api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ReleaseVersion>8.0.0.0</ReleaseVersion>
<Version>8.0.0.0</Version>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.2.0</FileVersion>
<FileVersion>8.0.3.1</FileVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>

<Authors>Dustin Updyke for Carnegie Mellon University</Authors>
Expand Down

0 comments on commit 35f0f6a

Please sign in to comment.