Skip to content

Commit b637888

Browse files
committed
remove
1 parent 64693a5 commit b637888

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,6 @@ async function startAgent(
671671
try {
672672
character.id ??= stringToUuid(character.name);
673673
character.username ??= character.name;
674-
character.modelProvider = ModelProviderName.AKASH_CHAT_API;
675674
const token = getTokenForProvider(character.modelProvider, character);
676675
const dataDir = path.join(__dirname, "../data");
677676

0 commit comments

Comments
 (0)