Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 8, 2024
1 parent dcd9f47 commit 48d17d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ethernaut-ai/src/internal/assistants/Assistant.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const hashStr = require('ethernaut-common/src/hash-str')
const storage = require('../storage')
const openai = require('../openai').openai
const openai = require('../openai')
const debug = require('ethernaut-common/src/debug')
const EventEmitter = require('events')

Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-ai/src/internal/threads/Thread.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const storage = require('../storage')
const openai = require('../openai').openai
const openai = require('../openai')

class Thread {
constructor(name = 'default', newThread) {
Expand Down

0 comments on commit 48d17d4

Please sign in to comment.