Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Jun 29, 2024
1 parent aa974d8 commit 4b293ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/finetuna.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ BeforeAll {
Import-Module ./finetuna.psd1
$global:OPENAI_API_KEY = $PSDefaultParameterValues['Initialize-APIKey:ApiKey'] = $env:OPENAI_API_KEY
$script:sampleFilePath = Get-ChildItem -Recurse totbot-tee-tune.jsonl
$splat = @{
ApiType = 'openai'
ApiKey = $env:OPENAI_API_KEY
}
Set-TuneProvider @splat
}

Describe "finetuna Module Tests" {
Expand Down

0 comments on commit 4b293ce

Please sign in to comment.