diff --git a/fern/assets/input.css b/fern/assets/input.css index c533bccd..d3626333 100644 --- a/fern/assets/input.css +++ b/fern/assets/input.css @@ -7,7 +7,7 @@ h4, h5, h6 { font-weight: 425 !important; - font-family: 'CohereText'; + font-family: 'CohereText',Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif !important; } h1 { @@ -502,4 +502,4 @@ button[class^="Sidebar-link-buttonWrapper"] { .fern-table th { max-width: 400px !important; overflow: wrap !important; -} \ No newline at end of file +} diff --git a/fern/pages/deployment-options/cohere-on-aws/amazon-sagemaker-setup-guide.mdx b/fern/pages/deployment-options/cohere-on-aws/amazon-sagemaker-setup-guide.mdx index 5d4e277d..55e7d33b 100644 --- a/fern/pages/deployment-options/cohere-on-aws/amazon-sagemaker-setup-guide.mdx +++ b/fern/pages/deployment-options/cohere-on-aws/amazon-sagemaker-setup-guide.mdx @@ -69,10 +69,10 @@ model_id = "" # On SageMaker, you create a model name that y # Invoke the model and print the response result = co.embed( - model=model_id, - input_type=input_type, - texts=texts, - truncate=truncate) + model=model_id, + input_type=input_type, + texts=texts, + truncate=truncate) print(result) ```