Skip to content

Commit

Permalink
OPIK-545: Add chat completion spec and SDKs code (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrescrz authored Dec 11, 2024
1 parent 19d93dd commit 51f5d29
Show file tree
Hide file tree
Showing 202 changed files with 5,453 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import jakarta.ws.rs.core.HttpHeaders;
import jakarta.ws.rs.core.MediaType;
import jakarta.ws.rs.core.Response;
import lombok.Builder;
import org.apache.http.HttpStatus;
import org.glassfish.jersey.client.ChunkedInput;
import ru.vyarus.dropwizard.guice.test.ClientSupport;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ void setUpAll(ClientSupport clientSupport, Jdbi jdbi) throws SQLException {
MigrationUtils.runDbMigration(
connection,
MigrationUtils.CLICKHOUSE_CHANGELOG_FILE,
ClickHouseContainerUtils.migrationParameters()
);
ClickHouseContainerUtils.migrationParameters());
}

ClientSupportUtils.config(clientSupport);
Expand Down
Loading

0 comments on commit 51f5d29

Please sign in to comment.